curl --location --request POST '/users/register' \
--header 'Content-Type: application/json' \
--data-raw '{
"first_name": "Stephen",
"last_name": "Joseph",
"passcode": "1234",
"business_type": "63cd339a1f8747b9bcc2c0ef",
"business_name": "cantantdev",
"email_address": "stephen@mycantant.com",
"phone_number": "+2348061516471",
"state": "Jos",
"role": "owner" ,
"gender": "male",
"email_isverified": true,
"isSubscribed": true,
"currency": "NGN",
"country": "nigeria"
}'{}