Authorization: Bearer ********************[
{
"currencyExchangeAutomationRuleId": "1"
},
{
"currencyExchangeAutomationRuleId": "2"
}
]curl --location --request PUT 'https://web-api.blockindex.com/entity//currencyExchangeAutomationRule/priority' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '[
{
"currencyExchangeAutomationRuleId": "1"
},
{
"currencyExchangeAutomationRuleId": "2"
}
]'{
"status": "success",
"requestId": "ed458995-3eb1-48c9-90b3-1e6f4d57ab82",
"data": true
}