Authorization: Bearer ********************curl --location 'https://numueg.app/api/v1/stores//orders//comments' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"content": "Customer called to confirm delivery slot."
}'{
"success": true,
"data": {
"id": "string",
"order_id": "string",
"kind": "string",
"event_type": "string",
"body": "string",
"user_id": "string",
"user_name": "string",
"user_avatar_url": "string",
"metadata": {
"property1": "string",
"property2": "string"
},
"created_at": "string"
},
"message": "string"
}