curl --location 'http://localhost/api/v1/auth/login' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"credentials": "tenantuser",
"password": "password",
"device_name": "web-browser"
}'"string"