curl --location --request POST 'https://prod.your-api-server.com/api/third-party/partner/renew-number/' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "user@example.com"
}'{
"message": "string",
"success": true,
"data": null
}