curl --location --request PATCH 'https://bpi2.poyashi.me/users//follow-lists/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"name": "string",
"isPublic": true
}'{
"status": "updated"
}