update
endpoint. This endpoint is only used to tell the backend any external operation (like a bank transfer) has been completed, and the ramp can start.curl --location --request POST 'https://api.vortexfinance.co/v1/ramp/start' \
--header 'Content-Type: application/json' \
--data-raw '{
"rampId": "proc_12345"
}'
{
"id": "proc_12345",
"quoteId": "quote_7af7171e-aa42-49a2-80c2-9e18483bad38",
"type": "sell",
"currentPhase": "processing",
"from": "stellar",
"to": "pix",
"createdAt": "2024-05-16T10:00:00Z",
"updatedAt": "2024-05-16T12:30:00Z",
"unsignedTxs": [],
"depositQrCode": "00020126..."
}