Authorization: Bearer ********************curl --location --request POST '/staffs/request-otp' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"first_name": "Ella",
"last_name": "daranijo",
"email": "emmanuella@mycantant.com",
"role": "staff"
}'{
"success": true,
"message": "OTP sent to your emmanuella@mycantant.com",
"data": {
"first_name": "Ella",
"last_name": "daranijo",
"email": "emmanuella@mycantant.com",
"otp": 9042,
"role": "staff",
"businessId": "64b146125fe65d50693b456a",
"status": false,
"_id": "64b147d806a1fe2c7e411897",
"createdAt": "2023-07-14T13:04:24.553Z",
"updatedAt": "2023-07-14T13:04:24.553Z",
"__v": 0
}
}