Authorization: Bearer ********************{
"accountId": "{{accountId}}"
,"statementDescriptor": "Hello"
}curl --location --request POST 'https://api-dev.synswi.com/accounts/account-settings' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"accountId": "acc-c068c34e-b12d-48b1-bc5f-c85edae9fc9b"
,"statementDescriptor": "Hello"
}'{
"message": "string"
}