cURL
curl --request POST \ --url https://api.rhino.fi/bridge/quote/commit/{quoteId} \ --header 'Authorization: Bearer <token>'
{ "quoteId": "<string>" }
Commit an already cached user quote.
JWT token for authentication
Unique identifier of the quote to commit.
Success
Unique identifier for the committed quote.