curl --location --request PATCH '/v1/users/operational/superadmin/' \
--header 'Content-Type: application/json' \
--data-raw '{
"fullname": "user abc",
"email": "user1sd@example.com",
"is_active": true,
"functional": "asdasdsad",
"company_id": null,
"admin_id": "5195b334-ef16-44c8-9631-5dfd7321ccb6"
}'
{
"message": "Sukses mengubah user operasional",
"data": {
"id": "56c88466-c55e-4895-bca7-c093bb828b82",
"fullname": "user abc",
"email": "user1sd@example.com",
"functional": "asdasdsad",
"role_id": "2833c82a-0700-40fb-9ed7-6916551aefe4",
"is_active": true,
"company_id": null,
"created_by": "5195b334-ef16-44c8-9631-5dfd7321ccb6"
}
}