Skip to main content
POST
/
cabinet
/
subscription
/
countries
Update Countries
curl --request POST \
  --url http://localhost:8080/cabinet/subscription/countries \
  --header 'Content-Type: application/json' \
  --data '{}'
{}

Body

application/json

The body is of type Request · object.

Response

Successful Response

The response is of type Response Update Countries Cabinet Subscription Countries Post · object.