curl --location --request POST '/v2/api/Accounts/GetZpAccs' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"client_id": 0
}'{
"result": {
"accounts": [
{
"branch": "string",
"account": "string"
}
]
},
"status": "Error",
"error_code": "string",
"message": "string"
}