curl --location --request PATCH 'https://gatta-sa.store/users/<userId>' \ --header 'Authorization: Bearer ' \ --form 'accountStatus="ACTIVE"'
{ "status": "success", "message": "user has been updated successfully!" }