{ "username": "{{username}}", "password": "{{password}}" }
curl --location '/api/auth' \ --header 'api-version: 1.0' \ --header 'Accept: application/json' \ --header 'Content-Type: application/json' \ --data '{ "username": "{{username}}", "password": "{{password}}" }'
{}