Authorization: Bearer ********************curl --location --request GET 'https://api-staging.tenbyte.io/v1/v1/jobs' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{}'{
"result": [
null
],
"meta": {
"current_page": 0,
"per_page": 0,
"total_pages": 0,
"total_items": 0,
"current_page_total_items": 0
},
"success": true
}