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