Authorization: ********************
curl --location --request POST '/Account/Create' \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data-raw '{ "name": "string", "clientCode": "string" }'