http authorization header code example
Example 1: authorization header http
Authorization: <type> <credentials>
Example 2: bearer token header
Authorization: Bearer <token>
Authorization: <type> <credentials>
Authorization: Bearer <token>