worker_id và JWT Access Token có hiệu lực 24h.curl --location --request POST '/api/worker/auth' \
--header 'Content-Type: application/json' \
--data-raw '{
"api_key": "string",
"hostname": "string",
"ipv4": "string",
"cpu_cores": 0,
"total_ram": 0
}'{
"worker_id": "string",
"access_token": "string",
"expires_in": 0
}