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