Auth service tests update
This commit is contained in:
@@ -393,12 +393,12 @@ curl -X GET "http://localhost:8000/api/v1/marketplace/import-status/1" \
|
||||
|
||||
```bash
|
||||
# Export all products
|
||||
curl -X GET "http://localhost:8000/api/v1/export-csv" \
|
||||
curl -X GET "http://localhost:8000/api/v1/product/export-csv" \
|
||||
-H "Authorization: Bearer YOUR_TOKEN" \
|
||||
-o products_export.csv
|
||||
|
||||
# Export with filters
|
||||
curl -X GET "http://localhost:8000/api/v1/export-csv?marketplace=Amazon&shop_name=MyShop" \
|
||||
curl -X GET "http://localhost:8000/api/v1/product/export-csv?marketplace=Amazon&shop_name=MyShop" \
|
||||
-H "Authorization: Bearer YOUR_TOKEN" \
|
||||
-o amazon_products.csv
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user