Authorization: Bearer ********************
{
"p_id": 0,
"auth_name": "string",
"auth_value": "string",
"type": 0,
"priority": 0
}
curl --location --request PUT '/auth/update/2' \
--header 'Content-Type: application/json' \
--data-raw '{
"p_id": 0,
"auth_name": "string",
"auth_value": "string",
"type": 0,
"priority": 0
}'
{
"code": 0,
"message": "string"
}