Authorization: Bearer ********************{
"email": "admin@worknation.africa",
"phoneNumber": "+235555353",
"countryId": 3,
"emailConfirmation":"admin@worknation.africa"
}curl --location 'http://localhost:3000/api/v1/admins' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "admin@worknation.africa",
"phoneNumber": "+235555353",
"countryId": 3,
"emailConfirmation":"admin@worknation.africa"
}'{
"message": "string",
"status": "string",
"data": {
"email": "string",
"phoneNumber": "string",
"reference": "string",
"systemRoleId": 0,
"countryId": 0,
"status": "string",
"referralCode": "string",
"createdAt": "string",
"updatedAt": "string",
"id": 0
}
}