curl --location --request POST '/v1/main-link' \
--header 'BP-User-Token;' \
--header 'X-Api-Key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"link": "mylink",
"description": "Test link"
}'{
"status": 1,
"message": "La operación se ha realizado con éxito",
"link": "https://pay.billpocket.com/u/mylink",
"description": "Test link"
}