curl --request PATCH \
--url https://api.example.com/api/v2/projects/{project_id}/evaluation-criteria/id/{criteria_id}/reorder \
--header 'Content-Type: application/json' \
--data '
{
"move_before_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
'{}curl --request PATCH \
--url https://api.example.com/api/v2/projects/{project_id}/evaluation-criteria/id/{criteria_id}/reorder \
--header 'Content-Type: application/json' \
--data '
{
"move_before_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
'{}