Authorization: ********************
curl --location --request PUT '/user/update_user_for_pk' \ --header 'Authorization: <api-key>' \ --header 'Content-Type: text/plain' \ --data-raw '{ "userId": "", "username": "", "otherFields": "" }'
{}