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 'http://127.0.0.1:8000/api/facebook-post/update-post/' \
--header 'X-Auth-User-Id: c5395e26-2c1e-11ee-a955-0242c0a80103' \
--header 'Authorization: Bearer <token>' \
--form 'post_id="52"' \
--form 'page_id="145569948631188"' \
--form 'schedule_type="now"' \
--form 'content="123123"' \
--form 'link=""'
Responses
application/json Modified at 2024-05-16 04:36:30