Can we send command for Quectel M66 from STM32F103C8T6 via UART port in FreeRTOS?

I am using FreeRTOS for this. I am currently working with STM32F103C8T6 and Quectel M66 module. I need to send some command from STM32’s UART port for creating a socket connection in M66 and to send some data via that socket to a server in Quectel M66. Is there any way to do that?
And what kind of data are possible to send via UART port of STM32 using FreeRTOS? Any help would be greatly appreciated…Thanks in Advance

Can we send command for Quectel M66 from STM32F103C8T6 via UART port in FreeRTOS?

Is it correct to paraphrase your question as “How can I send and receive data over the serial (UART) port?”. If so, then ST provide a lot of drivers for their parts, including UART drivers – recommend looking at those. You can use STM32CubeMX to generate the drivers for your chip.