Authorization: Bearer ********************curl --location 'https://dev-api.idukki.iographql' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{"query":"mutation { removeRightMgmtUser(username: \"punit_bansal\", source: \"instagram\") { success message } }","variables":{}}'