{ "appid": "your_appid", "appkey": "your_app_key" }
curl --location --request POST 'https://app-test.fagougou.com/openapi/v2/token' \ --header 'appid: fgg12345678987654321' \ --header 'timestamp: {{$date.timestamp}}' \ --header 'nonce: AcGIU5JK9KjKk7vq' \ --header 'Content-Type: application/json' \ --data-raw '{ "appid": "your_appid", "appkey": "your_app_key" }'
{ "code": 0, "msg": "success", "data": { "accessToken": "a1b2c3d4e5f6g7h8i9j0k1l2m3n4o5p6", "expiresIn": 7200, "tokenType": "bearer" } }