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