curl --location 'https://api.lampays.com/card-products/wallets/transfers/dictionaries/directions' \
--header 'X-API-VERSION: 1' \
--header 'X-Api-Key: {{api_key}}' \
--header 'X-Timestamp;' \
--header 'X-Nonce;' \
--header 'X-Signature;' \
--header 'X-Signature-Algorithm;'{
"version": "string",
"timestamp": 0,
"success": true,
"code": "string",
"message": "string",
"data": [
{
"code": "ACTIVE",
"value": 35010102,
"label": "Active"
}
]
}