Could you confirm that this is correct? Im uploading the image, which is successful, then creating a post with this data. The feature image variable holds the link to the uploaded image.
post_data = {
"title": title,
"date": date,
"content": content,
# "feature_image": feature_image # Include the image URL here
}