curl --location --request POST '/blog' \
--header 'Authorization: Bearer <token>' \
--form 'title="New One"' \
--form 'body="dkafjdalk fdjlka fkldajfjdkl afa"' \
--form 'author="Abdullah"' \
--form 'image=@""'{
"msg": "BLOG_CREATED_SUCCESSFULLY",
"status": true,
"message": {
"title": "One Title",
"photo": "https://myfirstfirebase-c3bc4.appspot.com.storage.googleapis.com/1658383765716.PNG",
"body": "dkafjdalk fdjlka fkldajfjdkl afa",
"_id": "62d8ed9877671adac4466d06",
"createdAt": "2022-07-21T06:09:28.667Z",
"slug": "one-title",
"__v": 0
}
}