curl --location --request POST '/v1.3/bid_simulation/get' \
--header 'access_token;' \
--header 'timestamp;' \
--header 'nonce;' \
--header 'Content-Type: application/json' \
--data-raw '{
"account_id": "<ACCOUNT_ID>",
"adgroup_id": "<ADGROUP_ID>",
"bid_list": []
}'
{
"code": 0,
"message": "",
"message_cn": "",
"data": {
"diag_bid_simulate": []
}
}