curl --location --request POST '/v1.3/creative_components/update_status' \
--header 'access_token: <ACCESS_TOKEN>' \
--header 'timestamp: <TIMESTAMP>' \
--header 'nonce: <NONCE>' \
--header 'fields;' \
--data-urlencode 'account_id=<ACCOUNT_ID>' \
--data-urlencode 'component_id=' \
--data-urlencode 'component_type=' \
--data-urlencode 'status='{
"code": 0,
"message": "",
"message_cn": ""
}