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