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