Authorization: Bearer ********************
{
"pos_sta_code": "string",
"pos_sta_name": "string",
"id": "string"
}
curl --location --request PUT '/es/modify' \
--header 'Content-Type: application/json' \
--data-raw '{
"pos_sta_code": "string",
"pos_sta_name": "string",
"id": "string"
}'