curl --location --request POST 'https://api.jokoor.com/v1/sms/resend-failed' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"message_ids": [
"string"
]
}'{
"data": {
"total_requested": 0,
"total_success": 0,
"total_failed": 0,
"total_skipped": 0,
"results": [
{
"original_message_id": "string",
"new_message_id": "string",
"success": true,
"status": "string",
"error": "string"
}
]
}
}