curl --location --request POST '/wayline/api/v1/workspaces/getWaylineJobCount' \ --header 'x-auth-token: {{token}}'
{ "code": 0, "message": "", "data": [ { "taskType": 0, "count": 0 } ] }