curl --location 'https://claimify-api.hayokmedicare.ng/api/v1/auth/register' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"firstname": "Too",
"lastname": "Fan",
"type": "client",
"email": "uuu@uu.com",
"phone_number": "00000000000",
"sector": "Voluntary Contributor",
"agency_id": "95930", //hmo hip id
}'{}