200 OK
201 Created
{ "email": "hintz.roberta@example.org", "password": "password", "device_name": "test" }
curl --location --globoff '/{{v1}}/auth/login' \ --header 'Content-Type: application/json' \ --data-raw '{ "email": "hintz.roberta@example.org", "password": "password", "device_name": "test" }'
{}