curl --location --globoff '{{base_url}}/v1/auth/sign-in' \ --header 'accept: */*' \ --header 'Content-Type: application/json' \ --data '{ "client_id": "{{client_id}}", "client_secret": "{{client_secret}}" }'
{}