curl --location --request POST 'https://prod.your-api-server.com/api/third-party/partner/claim-number/' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"business_name": "Example Corp",
"dob": "1990-01-15",
"email": "user@example.com",
"first_name": "John",
"last_name": "Doe",
"mobile": "+2348012345678",
"nin": "12345678901",
"pressone_number": "+2348023456789",
"is_free_trial": false
}'{
"message": "string",
"success": true,
"data": null
}