systeme-retro-contenu/convert_requests_test.http
2025-05-19 18:46:59 -04:00

31 lines
No EOL
590 B
HTTP

@baseUrl = http://localhost:8080
### Convert LinkedIn Comments
POST {{baseUrl}}/convert
Content-Type: application/json
{
"source_type": "linkedin_comments",
"source_format": "csv",
"filename": "linkedin_comments.csv"
}
### Convert LinkedIn Shares
POST {{baseUrl}}/convert
Content-Type: application/json
{
"source_type": "linkedin_shares",
"source_format": "csv",
"filename": "linkedin_shares.csv"
}
### Convert WordPress Posts
POST {{baseUrl}}/convert
Content-Type: application/json
{
"source_type": "wordpress",
"source_format": "xml",
"filename": "wordpress.xml"
}