Do a manual curl health check

Hi,

I have a haproxy backend entry as follows:

option httpchk GET /healthcheck HTTP/1.0\r\nUser-agent:\ osa-haproxy-healthcheck

How do I use a curl command to check its health ? I tried but I am not able to succeed ?