curl --location --request POST '/finance/transfer/confirm/' \ --header 'Content-Type: application/json' \ --data-raw '{ "token": "123456" }'
{ "message": "Token confirmed, transfer is being processed" }