Use your favorite editor to write a feature file.
Writing a feature is easy, to start with you can download an example file
curl -o google.feature {{damage_url}}/features/google.feature
Post the feature to DamageBDD like so:
curl -s --data-binary @google.feature -H "Authorization: guest" '{{damage_url}}/api/execute_feature'