curl --location --request PUT '/v1/custom-link' \
--header 'BP-User-Token;' \
--header 'X-Api-Key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"expired_at": "2028-08-22T15:20:34",
"amount": 500,
"type": 2,
"description": "Test link"
}'{
"main_link": "mylink",
"currency": "MXN",
"status": 1,
"amount": 500,
"available_rates": [
{
"type": "MSI",
"months": 12
}
],
"expired_at": "2028-05-22T20:20:34",
"domain": "https://test.pay.billpocket.com",
"secondary_link": "customLink",
"user_id": 61234,
"link_type": 2,
"id": "7017daeb-80ea-451a-8513-250170696f4b",
"description": "Test link",
"custom_link_path": "https://test.pay.billpocket.com/mylink/customLink",
"created_at": "2024-06-12T17:03:47",
"updated_at": "2024-06-12T17:03:47"
}