curl --location '/auth/sign-up' \
--header 'Content-Type: application/json' \
--data-raw '{
"first_name":"Muiz",
"last_name":"Oyetola",
"phone":"+2349041589381",
"country":"NG",
"email":"oyetolamuiz81@gmail.com",
"password": "19210042003Mn@",
"agree_terms" : "true"
}'{}