Authorization: Bearer ********************
{ "followeeId": 10308038636343296, "page": 1, "size": 10 }
curl --location --request POST 'http://localhost:9999/api/relations/list_followee' \ --header 'Content-Type: application/json' \ --data-raw '{ "followeeId": 10308038636343296, "page": 1, "size": 10 }'
{}