curl --request POST \
--url https://api.develophealth.ai/provider/authorize \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"npi": "<string>",
"first_name": "<string>",
"last_name": "<string>",
"email": "<string>"
}
'