{ "stockId": 139 }
curl --location --request POST 'http://127.0.0.1:5000/api/store/delStore' \ --header 'Content-Type: application/json' \ --data-raw '{ "stockId": 139 }'
{}