curl --location --request PATCH '/api/v1/checkout-sessions//arm' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"fromCurrency": "string",
"fromNetwork": "string",
"refundAddress": "stringstri",
"callbackUrl": "http://example.com",
"redirectUrl": "http://example.com"
}'{
"success": true,
"data": {
"sessionId": "string",
"status": "string",
"depositAddress": "string",
"fromCurrency": "string",
"fromNetwork": "string",
"updatedAt": "2019-08-24T14:15:22.123Z"
}
}