Authorization: Bearer ********************
curl --location --request GET '/duplicate/endpoint1?endpoint1=endpoint1' \ --header 'h1: 1' \ --header 'Authorization: Bearer <token>' \ --form 'b1="1"'
{}