Accounts
Create or update account
Endpoint used to create or update an account.
post/accounts/upsert
Request body
Response
Account will be created
Example response
{
"message": "Account will be created or updated",
"rejected": {
"created_at": "Expected a date but found a boolean."
}
}