go run ./cmd/calc_service/...
curl --location 'http://localhost:8080/api/v1/calculate'
--header 'Content-Type: application/json'
--data '{
"expression": "2+2"
}'
curl --location 'http://localhost:8080/api/v1/calculate'
--header 'Content-Type: application/json'
--data '{
"expression": "2+2*2"
}'
curl --location 'http://localhost:8080/api/v1/calculate'
--header 'Content-Type: application/json'
--data '{
"expression": "(2+2)*2"
}'
curl --location 'http://localhost:8080/api/v1/calculate'
--header 'Content-Type: application/json'
--data '{
"expression": "(1 + 2) * (3 - 4) / 2"
}'
curl --location 'http://localhost:8080/api/v1/calculate'
--header 'Content-Type: application/json'
--data '{
"expression": " 3 + 5 * 2 "
}'
curl --location 'http://localhost:8080/api/v1/calculate'
--header 'Content-Type: application/json'
--data '{
"expression": "10 + 2 * 6 - 4 / 2"
}'
curl --location 'http://localhost:8080/api/v1/calculate'
--header 'Content-Type: application/json'
--data '{
"expression": "2+x"
}'
curl --location 'http://localhost:8080/api/v1/calculate'
--header 'Content-Type: application/json'
--data '{
"expression": "9/0"
}'
curl --location 'http://localhost:8080/api/v1/calculate'
--header 'Content-Type: application/json'
--data '{
"expression": "(9+1"
}'
curl --location 'http://localhost:8080/api/v1/calculate'
--header 'Content-Type: application/json'
--data '{
"expression": "5 🥲 4"
}'
🥲🥲🥲🥲🥲🥲🥲🥲🥲🥲🥲### Надеюсь все ###🥲🥲🥲🥲🥲🥲🥲🥲🥲🥲🥲🥲