curl --request POST \
--url https://cucuniversity.edtools.co/api/resource/Room \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"room_name": "Laboratorio de Computación",
"room_number": "LAB-101",
"seating_capacity": 30
}
'