git clone https://github.com/AzizEmir/Client-Computer-Monitoring.git
cd Client-Computer-Monitoringcargo run php -S localhost:8000 -t Front-End/ClientRequests/post_cpu_ram_disk.sh
...
curl --request POST \
--url http://192.168.1.100:9827/cpurequest \
-H 'Content-Type: application/json' \
-d "$JSON_DATA"