curl --request POST \
--url https://dev.superpool.unyte.africa/api/v1/onboarding/providers/registration/ \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"name": "<string>",
"support_email": "[email protected]",
"support_phone": "<string>"
}
'