Authorization: ********************curl --location '/api/v1/partner/basic-test' \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"link": "https://example.com/basic-test",
"submitted_at": null,
"call_service": "+6281234567890",
"retry_available_at": null,
"days_until_retry": null
}
}