Authorization: Bearer ********************curl --location --request GET 'https://v1.dev.bukalombok.com/v1/superadmin/profile' \
--header 'Authorization: Bearer <token>'{
"meta": {
"success": true,
"status": 200,
"message": "Super admin profile belum dibuat, menampilkan data dasar"
},
"data": {
"id": null,
"userId": "0e5bf6aa-79e3-4d13-bdca-f28c7bc24174",
"name": "Super Admin",
"email": "admin@bukalombok.com",
"profilePhoto": null,
"phoneNumber": null,
"createdAt": "2026-01-14T03:58:28.913Z",
"updatedAt": "2026-01-14T04:04:37.800Z",
"hasProfile": false
}
}