curl --location --request POST '/v1.3/promoted_objects/update' \
--header 'access_token: <ACCESS_TOKEN>' \
--header 'timestamp: <TIMESTAMP>' \
--header 'nonce: <NONCE>' \
--data-urlencode 'account_id=<ACCOUNT_ID>' \
--data-urlencode 'promoted_object_type=PROMOTED_OBJECT_TYPE_APP_IOS' \
--data-urlencode 'promoted_object_id=C3C2X'{
"code": 0,
"message": "",
"message_cn": "",
"data": {
"promoted_object_id": "C3C2X"
}
}