curl --location -g --request POST 'https://app-dev.jollor.com/api/public/v1/post/{{post_id}}/replies' \
--header 'Content-Type: application/json' \
--data-raw '{
"text": "hello reply 2"
}'
{
"id": "6551f2e909092e00a0df184c",
"_links": {
"self": {
"href": "/public/v1/messages/6551f2e909092e00a0df184c"
}
}
}