Headers
API key in format: 
Bearer sk-xxxxxxQuery Parameters
The blockchain ID (hex) of the bid to create a session for, e.g., 
0x1234...Body
Duration of the session in seconds
Whether to use direct payment instead of allowance
Whether to enable automatic failover to another provider
Response
Unique identifier for the created session
Provider address
Bid identifier used
Session duration in seconds
Total cost for the session
Before creating a session, ensure you have approved sufficient MOR tokens using the 
/api/v1/session/approve endpoint. The required amount is calculated as: bid_price * session_duration.Each API key can only have one active session at a time. Creating a new session will close any existing session associated with the API key.

