curl --location -g --request DELETE '{{baseURL}}/admin/price-lists//prices/batch' \
--header 'Content-Type: application/json' \
--data-raw '{
"price_ids": [
"string"
]
}'
{
"object": "money-amount",
"deleted": true,
"ids": [
"string"
]
}