Authorization: Bearer ********************curl --location --request GET 'https://api.stg.bidancer.com/auth-service/auth/oauth2/authorize?response_type&client_id&redirect_uri&scope&state&code_challenge&code_challenge_method&nonce&prompt' \
--header 'Authorization: Bearer <token>'{
"error": "string",
"error_description": "string",
"state": "string"
}