cURL
curl --request PUT \ --url http://localhost:8081/admin-service/institutions/{id} \ --header 'Content-Type: application/json' \ --data '{}'
Update institution by id
The body is of type object.
object
OK