curl --location --globoff --request PATCH 'http:///settings/profile/about' \ --header 'Content-Type: application/json' \ --data '{ "text": "<About Profile>" }'
{}