curl --request PATCH \
--url https://api.getovra.com/transactions/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"memo": "<string>"
}
'{
"id": "<string>",
"memo": "<string>"
}curl --request PATCH \
--url https://api.getovra.com/transactions/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"memo": "<string>"
}
'{
"id": "<string>",
"memo": "<string>"
}