curl --location --request POST 'http://127.0.0.1:8000/api/v2/fchat-chat/send/' \
--header 'X-Auth-User-Id: 1c57758c-f9ea-11ed-a0c5-0242c0a80103' \
--form 'room_id="39560bb7-8af6-4eed-904d-c0f74dba82ce"' \
--form 'is_text="true"' \
--form 'file=@""' \
--form 'recipient_id="5861015994005112"'{}