curl --location --request POST '/api/monitor' \ --header 'Content-Type: application/json' \ --data-raw '{ "server_ip": "77.37.47.88" }'
{ "message": "Operation successful", "data": {} }