cURL
curl --request POST \ --url https://your-instance.example.com/api/filters.reorder \ --header 'Content-Type: application/json' \ --data ' { "workspace_id": "<string>", "filter_ids": [ "<string>" ] } '
{ "success": true }
1
true