curl --location --request POST 'http://localhost:5600/open/crons/labels' \ --header 'Content-Type: application/json' \ --data-raw '{ "ids": [ 0 ], "labels": [ "string" ] }'
{ "code": 0 }
Authorization: Bearer ********************