Authorization: Bearer ********************
curl --location -g --request GET 'https://open.pingcode.com/v1/auth/token?grant_type=authorization_code&client_id={authorization_clientId}&client_secret={authorization_clientSecret}&code={authorization_code}'
{
"access_token": "e7321ca8-f724-4abd-9169-d76d095c6acf",
"refresh_token": "f724-4abd-9169-e7321ca8-d76d095c6acf",
"token_type": "Bearer",
"expires_in": 1577808000
}