Authorization: Bearer ********************
{ "id": 1 }
curl --location --request PUT '/purchaseModule/orderStorage' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "id": 1 }'
false