curl --location --request GET '/v1.3/wechat_advertiser_local_business/get' \
--header 'access_token;' \
--header 'timestamp;' \
--header 'nonce;' \
--header 'fields;' \
--data-urlencode 'account_id=<ACCOUNT_ID>'
{
"code": 0,
"message": "",
"message_cn": "",
"data": {
"contact_person": "Name",
"contact_person_mobile": "13900000000",
"corporation_licence": "Corporation licence",
"account_id": "<ACCOUNT_ID>",
"reject_message": "Reject message example"
}
}