Authorization: Bearer ********************curl --location --request POST '/staff/create-staff' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"first_name": "John",
"last_name": "Doe",
"email": "ellison.bincom@gmail.com",
"role": "STAFF",
"gender": "male"
}'{
"success": true,
"message": "OTP sent to staff successfully",
"data": {
"otp": "4714"
}
}