{ "email": "string", "password": "string", "country_code": "string", "store_type": "string", "address": "string", "store_name": "string", "contacts": "string", "phone": "string", "invitation_code": "string", "verification_code": "string" }
curl --location 'https://pwshop-api.smooretechtest.com/api/auth/register' \ --header 'Content-Type: application/json' \ --data '{ "email": "string", "password": "string", "country_code": "string", "store_type": "string", "address": "string", "store_name": "string", "contacts": "string", "phone": "string", "invitation_code": "string", "verification_code": "string" }'
{ "access_token": "string", "token_type": "bearer" }