curl --location --request POST 'https://api.jokoor.com/v1/sms/campaigns//resend-failed' \
--header 'Authorization: Bearer <token>'{
"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"
}
]
}
}