curl --location --request GET '/customerserver/hitch'
{
"_embedded": {
"countId": "string",
"current": 0,
"maxLimit": 0,
"optimizeCountSql": true,
"orders": [
{
"asc": true,
"column": "string"
}
],
"pages": 0,
"records": [
{
"flag": 0,
"hitchCode": "string",
"hitchName": "string",
"id": "string",
"tenant": "string"
}
],
"searchCount": true,
"size": 0,
"total": 0
},
"code": 0,
"message": "string",
"timestamp": "string"
}