cURL
curl --request PATCH \ --url http://localhost:8081/admin-service/users/{id}/profiles/{profileId}/approve \ --header 'Content-Type: application/json' \ --data '{}'
Approve user profile
The body is of type object.
object
OK