curl --location --request POST 'https://api.pixiefixapp.com/api/v1/auth/sign-up' \
--header 'Content-Type: application/json' \
--data-raw '{
"first_name": "Eryn",
"last_name": "Herman",
"email": "Jackie.Konopelski21212@yopmal.com",
"password": "SMUb0djxmrzjlMN",
"phone": 952789,
"address": "xyz",
"zipcode": 17078
}'
{}