curl --request POST \
--url https://api.exchange.fairx.net/rest/v2/firm-product-limit/batch \
--header 'Content-Type: application/json' \
--data '
{
"firm_uuid": "f81d4fae-7dec-11d0-a765-00a0c91e6bf6",
"firm_product_limits_requests": [
{
"product_code": "<string>",
"trading_disabled": true,
"trading24x7_disabled": true,
"options_fill_protection_threshold": 123,
"long_daily_position_limit": 123,
"short_daily_position_limit": 123,
"long_real_position_limit": 123,
"short_real_position_limit": 123
}
]
}
'