top of page

Profile

Join date: Sep 8, 2021

Nothing Here Yet
This member hasn't written about themselves.

esthermariedrumm

More actions
bottom of page
/** * WoodYouCare Laravel PHP SDK */ return [ 'bearer_token' => '{YOUR_AUTH_KEY}', ]; /** * With headers */ [ 'headers' => [ 'Authorization' => 'Bearer {YOUR_AUTH_KEY}', 'Accept' => 'application/json', ], ]