curl --location -g --request POST '{{BASE_URL}}/auth/user//register' \ --header 'Content-Type: application/json' \ --data-raw '{ "email": "admin@medusa-test.com", "password": "supersecret" }'
{ "token": "string" }