post https://example.com/api/accounts
Log in to see full request history
Response
xxxxxxxxxx
curl --request POST \
--url https://example.com/api/accounts \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"type": "INDIVIDUAL"
}
'
Try It!
to start a request and see the response here! Or choose an example: