Authorization: Bearer ********************{
"accountId": "1"
}curl --location --request POST '/ma/customer/account/del' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"accountId": "1"
}'{}