curl --location 'https://api.elaypay.app/api/v1/consumer/card-products/groups/list' \
--header 'X-Timestamp;' \
--header 'X-Nonce;' \
--header 'X-Signature;' \
--header 'X-Signature-Algorithm;' \
--header 'X-Workspace-Id;' \
--header 'X-Api-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"groupName": "Clear",
"isActive": true
}'{
"version": "string",
"timestamp": 0,
"success": true,
"code": "string",
"message": "string",
"data": [
{
"bizId": "CPG_ABCDEF1234567890",
"groupName": "Clear Vault",
"groupDescription": "Primary group description",
"active": true,
"createdAt": 1771898400,
"updatedAt": 1771898700
}
]
}