curl --location --globoff 'https://app-dev.jollor.com/api/public/v1/render/post/{{post_id}}' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"pending_selected_providers": ["facebook","twitter"]
}'{}