Authorization: Bearer ********************curl --location --request PATCH 'https://v1.dev.bukalombok.com/v1/customer/profile' \
--header 'Authorization: Bearer <token>' \
--form 'profilePhoto=@"C:\\Users\\v\\Downloads\\WhatsApp Image 2025-10-12 at 21.50.36 (1).jpeg"' \
--form 'gender=""' \
--form 'birthDate=""'{
"meta": {
"success": true,
"status": 200,
"message": "Berhasil memperbarui customer profile"
},
"data": {
"profilePhoto": "public/customer-profile/b81a40d8-955c-4303-bf62-d1192d2be81d-1760750557764-b30600.jpg"
}
}