Authorization: Bearer ********************curl --location --request GET 'https://v1.dev.bukalombok.com/v1/superadmin/chat/rooms' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"sender_role": "admin_pusat",
"sender_id": "uuid-admin-pusat-123",
"receiver_role": "vendor",
"recipient_id": "uuid-vendor-456",
"product_id": null
}'{
"meta": {
"success": true,
"status": 201,
"message": "Chat room created successfully"
},
"data": {
"room_id": "uuid-chatroom-789",
"sender_role": "admin_pusat",
"sender_id": "uuid-admin-pusat-123",
"receiver_role": "vendor",
"recipient_id": "uuid-vendor-456",
"product_id": null,
"created_at": "2025-08-13T14:00:00Z",
"last_sent": null
}
}