curl --location --request POST '/api/v1/products' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 1,
"data": "{\"color\":\"tobi black shirt\",\"name\":\"phones\",\"quantity\":5,\"cost\":1000,\"product_type\":\"bought\",\"pieces\":5}"
}'{
"success": true,
"message": "Product successfully added",
"data": {
"id": 1,
"name": "phones",
"userId": "63ff4b74bb3dd17abbe103f8",
"product_type": "bought",
"quantity": 5,
"quantity_sold": 0,
"color": "black",
"size": "",
"pieces": 3,
"unit": "",
"cost_per_piece": 0,
"selling_per_piece": 0,
"synced": 0,
"_id": "642317a14c64c3acbbcbc4aa",
"createdAt": "2023-03-28T16:36:49.357Z",
"updatedAt": "2023-03-28T16:36:49.357Z",
"__v": 0
}
}