{
"jwt" : "{{jwtBody}}"
}
curl --location --request POST '/accounts/user-profile' \
--header 'Content-Type: application/json' \
--data-raw '{
"jwt" : "{{jwtBody}}"
}'
{
"account_id": "02200014589",
"name": "ERIVES REYES JOSE ALFREDO",
"email": "aborrego@bankaool.com",
"avatar": ""
}