id from this response as the interview_type_id parameter when querying timeslots, checking credit balances, or creating bookings.Authorization: Bearer ********************curl --location '/interview-types' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": 4,
"name": "Clinical Interview",
"cost_inc_vat": 96,
"duration_hours": 1
}
]
}