Authorization: Bearer ********************
{ "user_id": 379450326 }
curl --location --request POST 'http://127.0.0.1:3000/delete_friend' \ --header 'Content-Type: application/json' \ --data-raw '{ "user_id": 379450326 }'
{}