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