{ "api_url": "http://your_server_url" }
curl --location --request POST 'http://api.bsdexp.com:8400/api/ec/notify/setting' \ --header 'Token: 820E4150E0B2C191F0E' \ --header 'Content-Type: application/json' \ --data-raw '{ "api_url": "http://your_server_url" }'
{ "ack": true, "errors": [], "data": "http://your_server_url" }