{
"email": "developer2@worknation.com",
"emailConfirmation": "developer2@worknation.com",
"firstName": "firstName",
"lastName": "lastName",
"phoneNumber": "3852455d445",
"gender": "male",
"password": "Password@123",
"confirmPassword": "Password@123",
"countryId": 1,
"dob": "2045/07/07",
"referralCode": "hp77ud7884"
}curl --location 'http://localhost:3000/api/v1/auth/africa/register' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "developer2@worknation.com",
"emailConfirmation": "developer2@worknation.com",
"firstName": "firstName",
"lastName": "lastName",
"phoneNumber": "3852455d445",
"gender": "male",
"password": "Password@123",
"confirmPassword": "Password@123",
"countryId": 1,
"dob": "2045/07/07",
"referralCode": "hp77ud7884"
}'{}