Authorization: Bearer ********************curl --location --request POST 'https://v1.dev.bukalombok.com/v1/superadmin/management/fee-configurations' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"feeName": "Test 123",
"unit": "PERCENTAGE",
"validFrom": "2025-10-01",
"validUntil": "2025-12-12",
"amount": 10,
"description": "testiiing"
}'{
"meta": {
"success": true,
"status": 201,
"message": "Fee configuration berhasil dibuat"
},
"data": {
"id": "7fe00c75-4689-46ef-b27f-88592c3967e6",
"feeName": "Insurance Fee",
"unit": "PERCENTAGE",
"amount": "10",
"description": "Biaya ansuransi produk",
"validFrom": "2025-09-30T17:00:00.000Z",
"validUntil": "2025-12-11T17:00:00.000Z",
"createdBy": {
"id": "eac481c3-62d6-4f49-8afb-bcd7d0fc8f25",
"name": "Super Admin",
"email": "admin@bukalombok.com"
},
"createdAt": "2025-10-01T12:04:13.260Z",
"updatedAt": "2025-10-01T12:04:13.260Z"
}
}