curl --location --request POST '/v1.3/advertiser/add?access_token=<ACCESS_TOKEN>×tamp=<TIMESTAMP>&nonce=<NONCE>' \
--data-urlencode 'corporation_name=腾讯计算机系统有限公司' \
--data-urlencode 'certification_image_id=<IMAGE_ID>' \
--data-urlencode 'system_industry_id=21474840687' \
--data-urlencode 'introduction_url=https://www.tencent.com' \
--data-urlencode 'individual_qualification={
"identification_front_image_id": "<IMAGE_ID>",
"identification_back_image_id": "<IMAGE_ID>"
}' \
--data-urlencode 'corporate_image_name=腾讯' \
--data-urlencode 'contact_person_telephone=0755-86013388' \
--data-urlencode 'contact_person_mobile=13900000000' \
--data-urlencode 'certification_number=888888888888888888' \
--data-urlencode 'area_code=110100'