curl --location --request POST 'https://prod.your-api-server.com/ma/register' \ --header 'Content-Type: application/json' \ --data-raw '{ "accountName": "", "username": "", "password": "", "metadata": {} }'
{}