{ "po": "string", "stage": "string" }
curl --location --request PUT '/pos/stage' \ --header 'Content-Type: application/json' \ --data-raw '{ "po": "string", "stage": "string" }'
{ "success": true }