curl --location --request POST 'https://api.dev.geadev.com/wms/api.wms.v1.WMSInternalClientAPI/ListClients' \
--header 'Connect-Protocol-Version;' \
--header 'Connect-Timeout-Ms;' \
--header 'Content-Type: application/json' \
--data-raw '{
"keyword": "string",
"isActive": true,
"offset": 0,
"limit": 1
}'{
"data": [
{
"id": 0,
"code": "string",
"firstName": "string",
"lastName": "string",
"address1": "string",
"address2": "string",
"country": "string",
"state": "string",
"city": "string",
"zipCode": "string",
"phone": "string",
"email": "string",
"isActive": true
}
]
}