Authorization: Bearer ********************curl --location --request POST 'https://v1.dev.bukalombok.com/v1/superadmin/managment/faq' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"super_admin_id": "dcb642e6-7382-bf46-cabf-5feb8ee04b05",
"faq_role": "customer",
"question": "fugiat elit voluptate do culpa",
"answer": "commodo in dolore",
"is_active": false,
"sequence": 1
}'{
"meta": {
"success": true,
"status": 200,
"message": "Success"
},
"data": {
"id": "XCUoGG8uZfukFr4oikA_a",
"super_admin_id": "f3d47afd-b591-41ca-4ba2-4696f8c9cedb",
"faq_role": " super_admin",
"question": "culpa",
"answer": "exercitation",
"is_active": false,
"sequence": 56845767,
"created_at": "2025-08-12T04:02:12.377Z",
"updated_at ": "2025-07-16"
}
}