curl --location --request POST '/api/v1/public/products/for-sale' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"store": {{store_id}},
"product_inventory": {{id_product_inventory}}
}'
{"status_code":200,"data":{"product_id":38403,"product_inventory_id":37026},"error":false,"error_code":null,"log_id":null,"messages":"","total":1}