x-api-key: ********************curl --location 'https://dev-api.wincloudone.com/stdinterface/api/v1/master/payment-gateways?page=undefined&pageSize=undefined' \
--header 'x-api-key: <api-key>'{
"success": true,
"message": "string",
"errorCode": "string",
"statusCode": 0,
"data": {
"items": [
{
"gatewayId": "string",
"gatewayName": "string"
}
],
"pageNumber": 0,
"pageSize": 0,
"totalCount": 0,
"totalPages": 0,
"hasPrevious": true,
"hasNext": true
},
"timestamp": "2019-08-24T14:15:22.123Z",
"correlationId": "string"
}