{ "username": "test-user", "email": "test@gycoding.com", "password": "testpasswd-0" }
curl --location --request POST 'https://api.gycoding.com/accounts/auth/signup' \ --header 'Content-Type: application/json' \ --data-raw '{ "username": "test-user", "email": "test@gycoding.com", "password": "testpasswd-0" }'
{ "username": "string", "email": "user@example.com", "phone_number": "string" }