curl --location --request POST '/v1/auth/client/' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"client_id": "string",
"client_secret": "string"
}'{
"access_token": "string",
"expires_in": 0
}