post http://localhost:8080/v1/accounts//transfer
Responses
xxxxxxxxxx
curl --request POST \
--url http://localhost:8080/v1/accounts/accountId/transfer \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"transferType": "ACCOUNT"
}
'