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": "authorization_code",
"client_id": "MWVlMmNhMjgtYWUzOS0xMWU2LTkyM2YtMDAxNjNlMDAyMGFk",
"client_secret": "#{client_secret}",
"code": "nAqGcQljvbJVyBQutzsXjjtsIpn7Z4"
}'
{
"data": {
"access_token": "MM5R642FGb8j2PhOJKIBLujSMVGhQe",
"expires_in": 7200,
"refresh_token": "I83ANbSrPJxDo5zaxb0L5oaLgvqxXo",
"user_id": "78c9ef2147341a061887f8f37b65d6c9"
},
"errcode": 0,
"errmsg": "Success"
}