is_draft=true to save without sending immediately.contact_id or recipient_phone must be provided.message_body or template_id must be provided.curl --location --request POST 'https://api.jokoor.com/v1/sms' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"recipient_phone": "+2207654321",
"message_body": "Hello! This is a test message."
}'{
"data": {
"id": "string",
"organization_id": "string",
"contact_id": "string",
"campaign_id": "string",
"template_id": "string",
"recipient_phone": "string",
"message_body": "string",
"sender_id_used": "string",
"status": "draft",
"provider_message_id": "string",
"segments": 0,
"cost": "string",
"scheduled_at": "2019-08-24T14:15:22Z",
"sent_at": "2019-08-24T14:15:22Z",
"delivered_at": "2019-08-24T14:15:22Z",
"failed_at": "2019-08-24T14:15:22Z",
"error_message": "string",
"metadata": {},
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z"
}
}