curl --location --request POST '/admin/category/add' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "Standard Room",
"location": "Motherland Resort"
}'{
"status": true,
"message": "Success! The room category has been created successfully.",
"data": {
"type": "Standard Room",
"location": "Motherland Resort",
"_id": "661557e300fb0de06b97b3f9",
"__v": 0
}
}