curl --request POST \
--url https://api.example.com/v1/action \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"source": "<string>",
"target": "<string>",
"symbol": "<string>",
"amount": "<string>",
"labels": {
"tx_id": "<string>",
"tx_ref": "<string>",
"domain": "<string>",
"sourceChannel": "<string>",
"created": "<string>",
"sourceCreated": "<string>",
"targetUpdated": "<string>",
"description": "<string>",
"type": "<string>",
"rejectSource": "<string>",
"rejectDescription": "<string>",
"transactionPurpose": "<string>",
"numberOfTransactions": "<string>",
"deviceFingerPrint": {
"hash": "<string>",
"ipAddress": "<string>",
"geolocation": "<string>",
"country": "<string>",
"city": "<string>",
"mobileDevice": "<string>",
"SIMCardId": "<string>",
"model": "<string>",
"operator": "<string>"
}
}
}
'{
"error": {
"code": 123,
"message": "<string>",
"details": {}
}
}curl --request POST \
--url https://api.example.com/v1/action \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"source": "<string>",
"target": "<string>",
"symbol": "<string>",
"amount": "<string>",
"labels": {
"tx_id": "<string>",
"tx_ref": "<string>",
"domain": "<string>",
"sourceChannel": "<string>",
"created": "<string>",
"sourceCreated": "<string>",
"targetUpdated": "<string>",
"description": "<string>",
"type": "<string>",
"rejectSource": "<string>",
"rejectDescription": "<string>",
"transactionPurpose": "<string>",
"numberOfTransactions": "<string>",
"deviceFingerPrint": {
"hash": "<string>",
"ipAddress": "<string>",
"geolocation": "<string>",
"country": "<string>",
"city": "<string>",
"mobileDevice": "<string>",
"SIMCardId": "<string>",
"model": "<string>",
"operator": "<string>"
}
}
}
'{
"error": {
"code": 123,
"message": "<string>",
"details": {}
}
}