Authorization: ********************curl --location 'https://api.gofive.co.th/api/v1/overtimes?companyName=&payrollYear=&periodCalculateNo=&employmentType=' \
--header 'Authorization: Bearer <token>'{
"statusCode": 0,
"message": "string",
"error": "string",
"totals": 0,
"data": [
{
"employmentType": "string",
"employeeNo": "string",
"employeeName": "string",
"overtimes": [
{
"otType": "string",
"name": "string",
"defaultRate": 0,
"hours": 0
}
],
"totalOtHours": 0
}
]
}