curl --location --request POST 'https://api.elaypay.app/api/v1/consumer/card-transactions/enums/transaction-statuses' \
--header 'X-Timestamp;' \
--header 'X-Nonce;' \
--header 'X-Signature;' \
--header 'X-Signature-Algorithm;' \
--header 'X-Workspace-Id;' \
--header 'X-Api-Key: <api-key>'{
"version": "string",
"timestamp": 0,
"success": true,
"code": "string",
"message": "string",
"data": [
{
"code": "ACTIVE",
"value": 35010102,
"label": "Active"
}
]
}