Authorization: Bearer ********************curl --location --request POST 'https://v1.dev.bukalombok.com/v1/vendor/products/467b4a11-01d2-4dfc-a94a-3b5ee59088f8/attributes' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"attributeName": "Bahan",
"value": "Jeans"
}'{
"meta": {
"success": true,
"status": 201,
"message": "Berhasil menambahkan atribut produk"
},
"data": {
"id": "MZ8HsosPBVyx57bpKo1Ge",
"attribute_name": "Bahan Pewarna",
"value": "Pewarna Sintetis",
"product_id": "66bad811-c217-9290-daff-5a85604a7dad",
"created_at": "2025-08-09T14:49:41.479Z",
"updated_at ": "2025-10-06"
}
}