curl --location --request POST '/staff/create-staff/complete' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "ellison.bincom@gmail.com",
"phone": "09093111921",
"dialCode": "234",
"password": "1234"
}'{
"success": true,
"message": "Staff registration completed successfully",
"data": {}
}