Authorization: Bearer ********************curl --location --request POST 'https://dev-api.idukki.io/graphql' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{"query":"mutation CreateLink($input: CreateLinkInput!) { \n createLink(input: $input) { \n value \n key \n type \n id\n } \n}","variables":{"input":{"type":"social","key":"fb_link","value":"https://facebook.com/yourpage"}}}'