POST
    /favorites/create
  
  curl \
 --request POST 'https://blips.club/favorites/create' \
 --header "Content-Type: application/x-www-form-urlencoded" \
 --data 'id=42'
    curl \
 --request POST 'https://blips.club/favorites/create' \
 --header "Content-Type: application/x-www-form-urlencoded" \
 --data 'id=42'