Authorization: Bearer ********************
curl --location --request POST '/add_friend' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ''
{ "code": 0, "message": "string", "data": { "status": 0 }, "timestamp": 0 }