how to serialize a dictionnary using Composite fields
I am trying to develop a POST API. I am trying to use a dictionnary to store social links of an actor model socials links should be stored in a variable socials in the Actor model. socials= {"facebook":"www.facebook.com/" , "instagram":"www.instagram.com/"…