client_id and client_secret for a short-lived Bearer access token. Include the returned token in the Authorization header of every subsequent merchant API call.expires_in seconds (default 3600). Cache and reuse them until near expiry, then request a new one.curl --location 'https://mock.apidog.com/m1/1286474-0-1260791/api/v1/auth/token' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data-urlencode 'grant_type=client_credentials' \
--data-urlencode 'redirect_uri=https://mock.apidog.com/m1/1285076-1283687-1257872/api/v1/auth/callback' \
--data-urlencode 'client_id=sandbox2-f2a1-4a9b-81e3-0a3306e36d9a' \
--data-urlencode 'client_secret=sandbox3-faed-44ff-b28a-4232d518e938'{
"access_token": "SandboxCABB8F09D45695247C9C1F2481C8E9CCB744322BE0C1EFA6CFBAE5221kk",
"expires_in": 3600
}