curl --location 'https://risexpay.in//api/v1/create_order' \
--header 'Content-Type: application/json' \
--data '{
"mid": "RXPY6906121858",
"apikey": "c1khr3i397yqvau0",
"route": 1, // use 1 as route
"client_txn_id": "12564vfds5nbN",
"amount": "10",
"customer_mobile": "9876543210"
}'{
"status": "True",
"validity": "One-time use. Valid 4 mins.",
"msg": "Payment Link Created Successfully",
"client_txn_id": "1256252212225",
"payment_url": "https://v2-api.xxxxxx"
}