Hey am new to WP development, can any one tell me how to add request headers in wp_remote_get() or wp_remote_post() remote api calls.
I tried the following but didnt work
$response = wp_remote_get( add_query_arg( array(
'Affiliate-Id' => XXXXX,
'Affiliate-Token' => XXXXX
), $api_url ) , array( 'timeout' => 10));