LIMOVA - Like de Post LinkedIn Automation
Route
Liker un post
POST/linkedinAutomation/posts/like
Like un post LinkedIn.
Corps de requête :
/linkedinAutomation/posts/like
Like un post LinkedIn.
Corps de requête :
{
"type": "object",
"properties": {
"post_url": {
"type": "string"
},
"country": {
"type": "string",
"default": "FR"
}
},
"required": ["post_url"]
}
{
"$ref": "#/components/schemas/LinkUpResponse"
}