curl --location -g --request POST '{{url}}/api/v1/blogs' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "How to Learn Golang Fast",
"description": "A brief guide for beginners to get started with Go programming language quickly.",
"content": "Go is an open source programming language that makes it easy to build simple, reliable, and efficient software. In this article, we'\''ll cover...",
"image": "/uploads/blogs/golang-guide.png"
}'