"string"
curl --location --request POST '/api/win/pg/yml' \ --header 'Authorization: {{ACCESS_TOKEN}}' \ --header 'Content-Type: application/json' \ --data-raw '"string"'
{ "status": "OK" }