Authorization: Bearer ********************{
"p_id": 0,
"auth_name": "string",
"auth_value": "string",
"type": 0,
"priority": 0
}curl --location 'http://127.0.0.1:4300/auth/create' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"p_id": 0,
"auth_name": "string",
"auth_value": "string",
"type": 0,
"priority": 0
}'{
"code": 0,
"data": {
"rows": [
{
"id": 0,
"auth_name": "string",
"auth_description": "string",
"p_id": 0,
"created_at": "string",
"updated_at": "string",
"deleted_at": null
}
],
"count": 0
},
"message": "string"
}