curl --location --request POST 'https://test.your-api-server.com/api/sms/send-message/v1' \
--header 'Content-Type: application/json' \
--data-raw '{
"messageId": "string",
"referenceId1": "string",
"referenceId2": "string",
"serviceId": "string",
"requestId": "string",
"initiatorId": "string",
"text": "string",
"destination": "string",
"sourceAddress": "string",
"priority": 0
}'
{
"code": 0,
"message": {},
"data": {},
"correlationId": "string",
"conversationId": "string",
"requestId": "string",
"items": [
{}
],
"itemPagination": {
"totalElements": 0,
"pageSize": 0,
"totalPages": 0,
"pageNumber": 0,
"offSet": 0
},
"deliveryStatus": "QUEUED",
"isSuccessful": true
}