curl --location -g --request POST 'https://api.open.qtfm.cn/auth/v7/access?device_id={{device_id}}&access_token={{access_token}}&user_id={{user_id}}&coop_open_id={{coop_open_id}}&device_os={{device_os}}&device_os_version={{device_os_version}}&app_version={{app_version}}&device_model={{device_model}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"grant_type": "client_credentials",
"client_id": "MWVlMmNhMjgtYWUzOS0xMWU2LTkyM2YtMDAxNjNlMDAyMGFk",
"client_secret": "#{client_secret}"
}'
{
"data": {
"access_token": "NTg2ZjNjMTItMTA0My00MDAyLThlY2EtMDBlODMzZWZkMmRj",
"expires_in": 23304,
"refresh_token": "",
"user_id": ""
},
"errcode": 0,
"errmsg": "Success"
}