curl --location 'https://api.byelabel.com/v1/printer/' \
--header 'X-Workspace-Id: ' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"shipment_id": "string",
"print": [
"label"
]
}'{
"success": true,
"payload": [
"string"
],
"transaction": {
"id": "string",
"response_time": 0
}
}