Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params multipart/form-data
Request Code Samples
curl --location --request POST 'https://gateway-sop-dev.fpt.vn/chat-service/api/facebook-post/post/' \
--header 'Authorization: Bearer <token>' \
--form 'link="https://www.youtube.com/watch?v=aEhwWhrbzoI"' \
--form 'pages_id="[\"191117234087788\"]"' \
--form 'schedule_type="now"' \
--form 'content="có link chưa HEHE"'
Responses
application/json Modified at 2024-05-16 04:36:30