Hi Haider, I hope you're doing well!
You could check some of the BLE examples provided with the KW36 SDK, but specifically, "hrs" (Heart Rate Sensor) and "w_uart" (Wireless UART) could be very useful, as they have different types of services and characteristics that you could use as reference.
In the Heart Rate Sensor example, you could check the services for Battery and for Heart Rate, as those provide writable and readable characteristics.
The path for the examples is:
<…\SDK_2.2.1_FRDM-KW36\boards\frdmkw36\wireless_examples\bluetooth>
Also, these two community documents might be useful to you:
How to create a Custom Profile - Client
How to create a Custom Profile - Server
Could you please check those and see if they're useful to you?
Best regards,
Sebastian