curl --location -g --request POST 'https://open-test.inflyway.com/oauth2/oauth/token?client_id=[qwrCnmqf******]&client_secret=[ayxlLVWQz******]&grant_type=client_credentials' \ --header 'Authorization: Bearer {{token}}'
{ "code": 200, "message": "成功", "data": { "access_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJncmFudF90eXBlIjoiY2xpZW50X2NyZWRlbnRpYWxzIiwic2NvcGUiOlsic2VydmVyIl0sImV4cCI6MTY1NTQzOTA0MiwianRpIjoiNjdmMjZiNGYtODhlMC00Y2FiLWE5NDQtZjAwZWZkZDQxOTVmIiwiY2xpZW50X2lkIjoiN2FiMzgyNDM2OGI3NGVkYTk3NmU3MzAzY2NjODc0Y2EifQ.c2qbZUbQUKIdNcg1fH-kpMtAuY_l4SZDraEi2zLFcaQ", "token_type": "bearer", "expires_in": 7199, "grant_type": "client_credentials", "jti": "67f26b4f-88e0-4cab-a944-f00efdd4195f" } }