Request
{
token: string;
currency: string;
}
Response
{
token: string;
currency: string;
}
Request
{
token: string;
uuid: string;
currency: string;
}
Response
{
token: string;
uuid: string;
currency: string;
}
Request
{
token: string;
uuid: string;
price: number;
currency: string;
}
Response
{
token: string;
uuid: string;
price: number;
currency: string;
}
Request
{
token: string;
currency: string;
}
Response
{
token: string;
currency: string;
}
Request
{
token: string;
bikeUuid: string;
currency: string;
}
Response
{
token: string;
bikeUuid: string;
currency: string;
}