Authorization: Bearer ********************
curl --location '/api/room' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "name" : "room1", "capacity" : 20 }'
{}