{ "sender_id": 0, "receiver_id": 0 }
curl --location 'http://localhost:3000/api/v1/chats' \ --header 'Content-Type: application/json' \ --data '{ "sender_id": 0, "receiver_id": 0 }'
{}