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