curl --location --request PATCH '/contracts/transfer/' \
--header 'X-Api-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"amount": 0,
"currency": "PHP",
"status": "draft",
"issued_to": "string",
"description": "string",
"deliverable": {
"type": "order",
"reference_id": "string",
"description": "string",
"details": "string"
},
"recipient": {
"name": "string",
"email": "user@example.com",
"mobile": "string",
"wallet": "string",
"tag": "string",
"address": "string",
"country": "string"
},
"channel": "unionbank",
"preview": {
"amount": 0,
"valid": false,
"fees": {
"total": 0,
"covered": true,
"breakdown": {
"pct": 0,
"add": 0,
"min": 0,
"max": 0,
"fixed": 0
}
},
"messages": [
{
"code": "string",
"type": "error",
"message": "string"
}
]
},
"expires_in": 0
}'